home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / m68k / 529 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  800 b 

  1. Path: s103.phxslip4.indirect.com!ear
  2. From: ear@indirect.com (Eric Rose)
  3. Newsgroups: comp.sys.m68k
  4. Subject: Interrupt questions
  5. Date: Thu, 4 Apr 1996 21:21:22 UNDEFINED
  6. Organization: Internet Direct
  7. Message-ID: <ear.92.001C6832@indirect.com>
  8. NNTP-Posting-Host: s103.phxslip4.indirect.com
  9. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
  10.  
  11. How does the hc11 handle interrupts? When using the SEI command to set the 
  12. interrupt bit, does it put other interrupts that occur on hold for processing 
  13. later? For example, I'm using the spi interrupt to determine when the transfer 
  14. is complete, then a output capture interrupt for timing. During the spi 
  15. process I invoke the sei command to suspend interrutps, what happens when OCI 
  16. occurs during this time.  Is it put on hold, or ignored?
  17.